home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGBLER
/
WHIZZARD.LZH
/
NOSLASHO.BAT
< prev
next >
Wrap
DOS Batch File
|
1984-06-29
|
580b
|
17 lines
REM This is NOSLASHO.BAT for CLUBware TM software development
REM
REM compile without /O - runtime module BASRUN.EXE is needed
REM
BASCOM %1,, /E
REM
REM CLUBware uses two externals that will be undefined by the linker
REM SUBINIT in the %1 file
REM and $PUTCPOS in the QPRINT,ZPRINT etc routines
REM These externals are only called if the software is interpreted
REM So the compiled programs will run correctly with them undefined.
REM
LINK %1.obj+QPRINT+SCRLDN+SCRLUP+XREP+YREP+CLREOL+CLREOS+ZPRINT,%1,nul;
Pause Ctrl-Break to save .OBJ
DEL %1.OBJ
dir %1